home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / shells / scsh-0.4 / scsh-0 / scsh-0.4.2 / COPYING < prev    next >
Text File  |  1995-10-13  |  2KB  |  38 lines

  1. Copyright (c) 1993, 1994 by Richard Kelsey and Jonathan Rees.
  2. Copyright (c) 1994, 1995 by Olin Shivers and Brian D. Carlstrom.
  3.  
  4.    Use of this program for non-commercial purposes is permitted provided
  5. that such use is acknowledged both in the software itself and in
  6. accompanying documentation.
  7.  
  8.    Use of this program for commercial purposes is also permitted, but
  9. only if, in addition to the acknowledgement required for
  10. non-commercial users, written notification of such use is provided by
  11. the commercial user to the authors prior to the fabrication and
  12. distribution of the resulting software.
  13.  
  14.  This software is provided ``as is'' without express or implied warranty.
  15.  
  16.  
  17.  
  18. Distributing Autoconf Output
  19. ****************************
  20.  
  21. [excerpt from autoconf documentation]
  22.  
  23.    The configuration scripts that Autoconf produces are covered by the
  24. GNU General Public License.  This is because they consist almost
  25. entirely of parts of Autoconf itself, rearranged somewhat, and Autoconf
  26. is distributed under the terms of the GPL.  As applied to Autoconf, the
  27. GPL just means that you need to distribute `configure.in' along with
  28. `configure'.
  29.  
  30.    Programs that use Autoconf scripts to configure themselves do not
  31. automatically come under the GPL.  Distributing an Autoconf
  32. configuration script as part of a program is considered to be *mere
  33. aggregation* of that work with the Autoconf script.  Such programs are
  34. not derivative works based on Autoconf; only their configuration scripts
  35. are.  We still encourage software authors to distribute their work under
  36. terms like those of the GPL, but doing so is not required to use
  37. Autoconf.
  38.